net/http.Server.disableKeepAlives (field)

4 uses

	net/http (current package)
		server.go#L2715: 	disableKeepAlives atomic.Bool
		server.go#L3186: 	return !s.disableKeepAlives.Load() && !s.shuttingDown()
		server.go#L3199: 		srv.disableKeepAlives.Store(false)
		server.go#L3202: 	srv.disableKeepAlives.Store(true)